Skip to content

NET_SDK_CloudUpgrade

Interface Definition

1
2
3
BOOL NET_SDK_CloudUpgrade(
    LONG lUserID,
    char* versionGUID);
1
2
3
public static extern bool NET_SDK_CloudUpgrade(
    int lUserID,
    string versionGUID);

Function Description

Cloud upgrade NVR

Parameter Description

Parameters Type Remark
lUserIDin LONG User ID, the return value of NET_SDK_Login or NET_SDK_LoginEx.
versionGUIDin char* To upgrade the version number, get the NET_SDK_GetCloudUpgradeInfo interface.

Return Value

  • Type:BOOL

  • Remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code